zip/unzip
winrar x -y -ibck zip_file_name unzip_file_name
//x means unzip, -y means yes to interrupted queries, -ibck means running in the backgroundgenerate the file list under one folder
dir D:\test /b >list.txt
ordir D:\test /b >list.xls
combine multiple compressed volumes
copy /b logs.tar.gza* logs.tar.gz